body {
    font-family: "Poppins";
    margin: 0.2px;
    background-color: #061c0213;
    width: 100vw;
    overflow-x: hidden;
    
  }

.main_header {
    top: 0;
    left: 0;
    width: 100vw;
    padding: 20px 15px;
    background-color: rgb(9, 41, 31);
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "Poppins";
    position: relative;
}

.header_text {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: end;
}

.header_text a {
    color: #eff1e8dc;
}


.main_katwa img {
    height: 80px;
}

.nav_bar_a{
    display: flex;

    padding: 5px;
}

.flex_nav:first-child{
    justify-content: start;
}

.flex_nav:last-child{
    justify-content: end;
}

.flex_nav{
    width: 98vw;
}


nav {
    display: flex;
    text-decoration: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;


}
nav i {
    margin-left: 3px;
}


nav > a {
    position: relative;
    display:flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 40px;
    color: #e9edf1;
}

nav > a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2.5px;
    background-color: #eb9f2d;
    transition: 0.6s;
}

nav > a:hover:before {
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: #0762eb;
    transition: all ease 0.5s;
}

a{
    text-decoration: none;
}


/*  mobilenavbar */

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.623);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 5px 0px;

}

.sidebar li{
    width: 100%;

}

.sidebar li a{
    width: 100%;

}

.fa-bars{
    font-size: 35px;
}

.fa-xmark{
    font-size: 35px;
}

.sidebar-button{
    display: none;
    margin: auto;
    margin-right: -1.3vw;
}




nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

nav li{
    height: 65px;
    
}

.sidebar li a{
    height: 100%;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
}

.sidebar a:hover{
    color: #007bff;
    transition: all ease 0.5s;
}



/*  mobilenavbar */


@media (max-width: 960px) {

    body{
        overflow-x: hidden;
    }

    .main_header {
        padding: 12px 12px;
        gap: 0px;
    }

    .main_katwa {
        margin-right:0px;
        margin-left: 0px;
    }

    .header_text a {
        display:none;
    }
    


    .main_katwa img {
        height: 50px;
    }

    nav ul{
        gap: 0px;
       }    

    .hide-mobile{
        display: none;
    }

    nav .hide-mobile-1{
        display: none;
    }

    .main-nav li:first-child{
        
        margin-left: -50px;
        
    }

    .sidebar-button{
        display: block;
    }

    nav li a{
        padding: 0 20px;
    }
    

}

@media (max-width: 400px){

    .sidebar{
        width: 100%;
    }

}

.flashed_messages{
    padding: 8px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: auto;
    color: #194605;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
}



/* Styles for Footer */
footer {
    background-color: #e5be6458; /* White background color */
    padding: 15px 25px; /* Padding for top and bottom */
    color: #0c0a0a;
    width: 100vw;
}

.footer_content {
    max-width: 90vw; /* Set maximum width for content */
    display: flex;
    gap: 15vw;
}


ul{
    list-style-type:none; /* Remove bullet points */
    padding: 10px;

}

.contact_info{
    display:flex;
    flex-direction: column;
    gap: 7px;
}

li{
padding: 5px;
display: flex;
line-height: 1.5;
}

.contact_info li a {
    color: #333333; /* Dark text color for links */
    text-decoration: none; /* Remove default underline */
}

.contact_info i {
    margin-right: 5px;
}

.contact_info li a:hover {
    text-decoration: underline; /* Underline on hover */
}

.social_media ul li a {
    color: #333333; /* Dark text color for links */
    text-decoration: none; /* Remove default underline */
    font-size: 20px; /* Font size for icons */
}

.social_media ul li a:hover {
    color: #007bff; /* Change color on hover */
}

.footer_content:last-child{
    justify-content: baseline;
}
.copyright{
    background-color: rgb(9, 41, 31);
    color: #e4dada;
    height: max-content;
    width: 100vw;
    /* position: absolute; */
    text-align: center;
    padding: 10px 0px;
    margin: auto;

}

/* Updated Developer Credit Styling with Black and Blue Gradient */
.developer-credit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 18px 0;
    background: linear-gradient(135deg, #121212 0%, #0a1930 50%, #0d47a1 100%);
    color: #ffffff;
    font-size: 0.9rem;
    font-family: 'Poppins', Arial, sans-serif;
    text-align: center;
    margin-top: 1px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .developer-logo {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
  
  .developer-logo span {
    color: #21327b; /* Light blue accent for "958" */
    font-weight: 800;
  }
  
  .developer-credit p {
    margin: 0;
  }
  
  .developer-credit a {
    color: #4fc3f7; /* Light blue links for better contrast on dark background */
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
  }
  
  .developer-credit a:hover {
    color: #81d4fa; /* Lighter blue on hover */
    text-decoration: underline;
  }
  
  /* Make responsive */
  @media (max-width: 768px) {
    .developer-credit {
      flex-direction: column;
      gap: 8px;
    }
  }

@media screen and (max-width: 768px) {

    footer {
        padding: 15px 10px; /* Padding for top and bottom */
    }
    .footer_content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}




